.nav-desktop{padding: 10px 65px 0;}
.nav-desktop a, .nav-desktop a:not([href]):not([tabindex]) {
    color: #fff;
    cursor: pointer;
}
.rightnav-desktop{font-size: 12px;
    letter-spacing: -0.33px;
    line-height: 17px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
	float:left;}
.uk-navbar-sticky{background: #1e87f0!important;}
.uk-navbar-nav>li>a{color:#fff!important;}
.uk-navbar-right .language{color:#fff;}
.neiyebg{height:450px;}
/* 关于展会 */




/* 范围 */
.title{font-size:32px;text-align:center;color:#000;font-weight:bold;letter-spacing: 4px;}
.subtitle{font-size:22px;}



/* 嘉宾 */
.jiabin{margin-top:50px;}

.jiabin .content {
  margin-top: 50px;
  height: 600px;
  overflow: hidden;
}
.jiabin .content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.jiabin .content ul li {
  width: 20%;
}
.jiabin .tips {
  font-size: 16px;
  color: #505050;
  padding-top: 10px;
}
.jiabin .guest-item {
  margin-bottom: 35px;
  background-color:#e7e7e7;
  padding: 40px 15px 20px
}
.jiabin .guest-item .name {
  font-size: 14px;
  margin-top:5px;
}
.jiabin .guest-item .pic {
  height: 125px;
  margin: 0 auto;
  position: relative;
}
.jiabin .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 190px;
  background-size: 88%;
}
.jiabin .guest-item .pic img {
  border-radius: 75px;
  height: 122px;
  border: 2px solid #0e529b;
}
.jiabin .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
.jiabin .guest-item .info {
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0 auto;
  height:48px;
}
.jiabin .guest-item .ltabout{
padding-top: 20px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
  color: #333;
  margin: 0 auto;
}

.jiabin .jblist .el-content{overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
-webkit-box-orient: vertical;}



/* 论坛 */
.overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
}
.luntan .uk-card-header::before {
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    backdrop-filter: saturate(200%) blur(10px);
}
.luntan .uk-card-header{ background-size: cover; overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.luntan h1{color:#F1DC03;text-align: center;}
.luntan .uk-card-body{padding:10px;}
.luntan .jiabinlist .uk-first-column{padding-left:0;}
.luntan .jiabinlist .name{margin: 5px 0px;text-align: center;font-weight: bold;}
.luntan .jiabinlist .info{height: 80px;text-align: center;}
.luntan p{color:#333}
.luntan .zhuti p{color:#fff}



/* 单页 */
.page .uk-article .uk-article-title{text-align: center;font-weight: 700;line-height: normal;}
.page .uk-article p{color:#333;font-size: 1.5rem;}

/* 内页样式 */
.module-banner-bg{height: 450px;}

/* 新闻 */
.news .uk-article{color:#333;}
.news .el-item .img{overflow:hidden}
/* foot */
.footer{color: #ccc;}
.footer h5{color: #fff;font-size:22px}
.footer .copyright a{color: #ccc}
.mod_foot_item_col span{text-align:left;display: block;}
.mod_foot_item_col a{display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
	color:#ccc;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
white-space: nowrap;}
.uk-side-toolbar{ position: fixed;}
.backtop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 7;
    width: 45px;
   
    border-radius: 4px;
    background-color: #5386f1;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    opacity: .8;
    cursor: pointer;
    transition: opacity .3s ease 0s;
}
.show-txt{

    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}